home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / download.aspx149 < prev    next >
Text File  |  2006-09-19  |  3KB  |  55 lines

  1. <%@ Page language="c#" Inherits="gbweb.Migrated_PublicDownload" CodeFile="Download.aspx.cs" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4.     <HEAD>
  5.         <title>GBPVR - Program Information</title>
  6.         <META http-equiv="Content-Type" content="text/html; charset=windows-1252">
  7.         <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
  8.         <meta name="CODE_LANGUAGE" Content="C#">
  9.         <meta name="vs_defaultClientScript" content="JavaScript">
  10.         <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  11.         <link rel="stylesheet" type="text/css" href="../<%=System.Convert.ToString(Session["theme"])%>/styles.css">
  12.         <link rel="shortcut icon" type="image/gif" href="../<%=System.Convert.ToString(Session["theme"])%>/favicon.gif">
  13.     </HEAD>
  14.     <body topmargin="0" leftmargin="0" class="popuppage">
  15.         <form id="Form1" method="post" runat="server">
  16.             <table border="0" cellspacing="0" cellpadding="0" width="100%" height="455">
  17.                 <!-- Topbar begin -->
  18.                 <tr height="1">
  19.                     <td width="10"><img src="../public/t.gif" width="10" height="71" border="0"></td>
  20.                     <td width="99%" colspan="3">
  21.                         <table border="0" cellspacing="0" cellpadding="0" width="100%">
  22.                             <tr>
  23.                                 <td width="50"><img src="../<%=System.Convert.ToString(Session["theme"])%>/logo_gbpvr.gif" width="135" height="31" border="0"><br>
  24.                                     <img src="../public/t.gif" width="1" height="14" border="0">
  25.                                 </td>
  26.                                 <td align="right"><img src="../<%=System.Convert.ToString(Session["theme"])%>/program_hdr_pi.gif" width="253" height="45" border="0"></td>
  27.                             </tr>
  28.                         </table>
  29.                     </td>
  30.                 </tr>
  31.                 <!-- Topbar end -->
  32.                 <!-- Center Well -->
  33.                 <tr valign="top" height="1">
  34.                     <td width="10"><img src="../public/t.gif" width="10" height="1" border="0"></td>
  35.                     <td class="listing" colspan="2">
  36.                         <span class="listing"><b>Could Not Find Recording!</b></span>
  37.                     </td>
  38.                     <td width="10"><img src="../public/t.gif" width="10" height="1" border="0"></td>
  39.                 </tr>
  40.                 <tr valign="bottom">
  41.                     <td class="listing" colspan="4">
  42.                         <table border="0" cellspacing="0" cellpadding="0" width="100%">
  43.                             <tr>
  44.                                 <td><img src="../public/t.gif" width="226" height="49" border="0"></td>
  45.                                 <td width="1"> </td>
  46.                                 <td><a href='javascript:window.close();' Class="btn-normal-large"><span>Close - take no action</span></a></td>
  47.                             </tr>
  48.                         </table>
  49.                     </td>
  50.                 </tr>
  51.             </table>
  52.         </form>
  53.     </body>
  54. </HTML>
  55.